﻿@charset "utf-8";

/* 菜单 */
@import url(ddsmoothmenu.css);

/* 表单验证 */
@import url(cmxform.css);

/* 相册 */
@import url(gallery.css);

body,button, select, textarea, td {
	font: 12px/1.6em tahoma,verdana;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	line-height: 18.8px;
}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,th { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

hr {
	height: 1px;
	color: #ededed
}

a:link {
	color: #666666; text-decoration: none
}
a:visited {
	color: #666666; text-decoration: none
}
a:hover {
	color: #666666; text-decoration: underline
}
a:active {
	color: #666666; text-decoration: underline
}

/* Paging theme - just for the docs overview headers */
.paging {font-family: microsoft yahei, Helvetica, Arial, sans-serif /*{global-font-family}*/;padding:2px;margin:7px;}
.paging a {margin: 2px;padding: 0.5em 0.64em 0.43em 0.64em;background-color: #ee4e4e;text-decoration: none; /* no underline */color: #ffffff;}
.paging a:hover, .paging a:active {padding: 0.5em 0.64em 0.43em 0.64em;margin: 2px;background-color: #de1818;color: #ffffff;}
.paging span.current {padding: 0.5em 0.64em 0.43em 0.64em;margin: 2px;background-color: #f6efcc;color: #6d643c;}
.paging span.disabled {display:none;}

.homeboldtitletxt {
	font-weight: bold;
	color: #004486;
	padding:0px 0px 0px 10px;
}

.hometitletxt {
	color: #fff;
	padding:0px 0px 0px 10px;
}
.homeblackboldtitletxt {
	font-weight: bold;
	color: #000;
	padding:0px 0px 0px 10px;
}
.pageboldtitletxt {
	font-size: 14.8px;
	font-weight: bold;
	padding:5px 0px 5px 0px;
}
.homecontenttxt {
	line-height: 22.8px;
	padding:0px 5px 0px 5px;
}
.dashedtr{
	BORDER-BOTTOM:  #c7c7c7  1px  solid;
	BORDER-top:  #c7c7c7  1px  solid;
	BORDER-LEFT:  #c7c7c7  1px  solid;
	BORDER-RIGHT:  #c7c7c7  1px  solid;
}
.dottedtd{
	BORDER-BOTTOM:  #DEDFDE  1px  dotted;
	BORDER-top:  #DEDFDE  0px  dotted;
	BORDER-LEFT:  #DEDFDE  0px  dotted;
	BORDER-RIGHT:  #DEDFDE  0px  dotted;
	line-height: 30px;
	}

a.frontpageLink:link {
	COLOR: #2552a3;font-size: 14.8px;font-weight: bold;padding:0px 0px 0px 20px;
}
a.frontpageLink:visited {
	COLOR: #2552a3;font-size: 14.8px;font-weight: bold;padding:0px 0px 0px 20px;
}
a.frontpageLink:hover {
	COLOR: #2552a3;font-size: 14.8px;font-weight: bold;padding:0px 0px 0px 20px;
}

/* Style for preview */
#preview{width:930px;height:300px; position:relative; z-index:3;}
#subpreview{ position:absolute; top:250px; right:50px; z-index:5;}
#subpreview li{display:inline-block;position:relative;cursor:pointer;}
#subpreview li{*display:inline;}
#subpreview li div.rollbackground{position:absolute;left:0;top:0;z-index:6; background:url("../images/background.png") no-repeat;width:66px;height:36px; }

/* Style for tabs */
.tabs {
  color:#111;
  padding:15px 5px;
  width:100%;
  margin:8px auto;
}
.tabs li {
	list-style:none;
	float:left;
}
.tabs ul a {
	margin-right: 2px; 
	margin-left: 2px;
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	color:#FFF;
	background:#dcdcdc;
}
.tabs ul a:hover {
	color:#FFF;
	background:#dcdcdc;
}
.tabs ul a.selected {
	margin-bottom:0;
	color:#fff;
	background:#898989;
	cursor:default;
}
.tabs div {
  border-top:1px solid #dcdcdc;
  padding:5px 5px 5px 5px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#fff;
}
.tabs div a {
	color:#000;
	font-weight:bold;
}